home *** CD-ROM | disk | FTP | other *** search
/ Final Fantasy the Spirits Within Cardz / Final Fantasy the Spirits Within CD Cardz - Disc 2: Gray Edwards.iso / pc / assets / gray-main.dcr / 00055_play.ls < prev    next >
Encoding:
Text File  |  2001-07-21  |  161 b   |  14 lines

  1. on mouseUp
  2.   puppetSound(2, "Clicker")
  3.   sprite(1).movieTime = 1
  4.   sprite(1).movieRate = 1
  5. end
  6.  
  7. on mouseWithin
  8.   cursor(280)
  9. end
  10.  
  11. on mouseLeave
  12.   cursor(-1)
  13. end
  14.